home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 1 / LSD Compendium Deluxe 1.iso / a / compression / diskarcs / xpr-pdms.lha / PatchDMS.doc < prev    next >
Encoding:
Text File  |  1994-06-04  |  1.1 KB  |  39 lines

  1.                            Docs to PatchDMS
  2.  
  3. I've written this 'hack' so that I could un-dms some high density
  4. disks that a mate gave me... basically DMS now supports high density
  5. disks so (as I have a Power XL high density external drive) I
  6. (foolishly) thought that I could use DMS as follows :
  7.  
  8. DMS write disk.dms to DF1: HD
  9.  
  10. well, it loads up, but then asks for the high density disk to be
  11. insterted into DF0:, shit, my HD is DF1:, how can I get around this..
  12.  
  13. I came up with this patch that enables you to patch all openings of
  14. the trackdisk.device with unit 0 (ie DF0:) to any other device, here
  15. are few examples :
  16.  
  17. PatchDMS "trackdisk.device" 1
  18.  
  19. (Patch all direct track access to DF0: to use DF1:)
  20.  
  21. PatchDMS "fmsdisk.device" 0
  22.  
  23. (Patch all direct track access to DF0: to use an FMS file on your
  24.   hard disk)
  25.  
  26. The bottom one is especially useful if you have got a dms'd disk that
  27. was high density, but not a high density drive, if you set up the fms
  28. file to have :
  29.  
  30.     BlocksPerTrack    = 22
  31.     LowCyl        = 0
  32.     HighCyl        = 79
  33.  
  34. then you'll be able to un-dms those HD disks, and copy the files
  35. elsewhere!!
  36.  
  37. This program can be freely spread, but remains ©1994 TLS & XPress.
  38.  
  39.